github.com/jackc/pgx/v5.emptyBatchResults.conn (field)

3 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L455: 	conn   *Conn
		batch.go#L474: 	rows := br.conn.getRows(context.Background(), "", nil)
		conn.go#L943: 		return &emptyBatchResults{conn: c}